home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20030409-20031118 / 000274_JDanSkinner@JDanSkinner.com_Tue Sep 16 13:53:04 EDT 2003.msg < prev    next >
Text File  |  2020-01-01  |  3KB  |  70 lines

  1. Article: 14516 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!panix!newsfeed.mathworks.com!bloom-beacon.mit.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
  3. From: JDanSkinner@JDanSkinner.com (Dan Skinner)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: RTS/CTS flow control on output.
  6. Date: 15 Sep 2003 18:58:17 -0700
  7. Organization: http://groups.google.com/
  8. Lines: 51
  9. Message-ID: <8ce22d01.0309151758.535089c0@posting.google.com>
  10. References: <cf6cc183.0309150638.4018a773@posting.google.com> <bk4kic$3dr$1@sesame.cc.columbia.edu> <cf6cc183.0309151428.7086b647@posting.google.com>
  11. NNTP-Posting-Host: 24.159.192.106
  12. Content-Type: text/plain; charset=ISO-8859-1
  13. Content-Transfer-Encoding: 8bit
  14. X-Trace: posting.google.com 1063677498 24774 127.0.0.1 (16 Sep 2003 01:58:18 GMT)
  15. X-Complaints-To: groups-abuse@google.com
  16. NNTP-Posting-Date: 16 Sep 2003 01:58:18 GMT
  17. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14516
  18.  
  19. icurmtdude@yahoo.com (icurmt) wrote in message news:<cf6cc183.0309151428.7086b647@posting.google.com>...
  20.  
  21. Ray;
  22. what are you runnung on the machine at the other end?
  23. Regards...Dan.
  24.  
  25. > I tried the latest build but the results were same. Sometimes I do not
  26. > receive all the bytes. Is there any way to resolve this issue..
  27. > Ray
  28. > fdc@sesame.cc.columbia.edu (Frank da Cruz) wrote in message news:<bk4kic$3dr$1@sesame.cc.columbia.edu>...
  29. > > In article <cf6cc183.0309150638.4018a773@posting.google.com>,
  30. > > icurmt <icurmtdude@yahoo.com> wrote:
  31. > > : I am running into this issue where sometimes I do not receive all the
  32. > > : bytes from other machine during a serial communication. I am currently
  33. > > : using ckermit version 8.0.200.
  34. > > :
  35. > > It probably won't make a difference, but the current version is 8.0.209:
  36. > > 
  37. > >   http://www.columbia.edu/kermit/ckermit.html
  38. > > 
  39. > > : ...Now, when I use my java program to
  40. > > : communicate with the same device then everything works fine. All the
  41. > > : bytes are correctly received. One noticeable change between the java
  42. > > : and the kermit program is the difference in their respective flow
  43. > > : control settings. In java, it is set as FLOWCONTROL_RTSCTS_OUT whereas
  44. > > : in kermit it is set flow rts/cts.
  45. > > : 
  46. > > : Is there a way to set only flow control "RTS/CTS out" in kermit.
  47. > > :
  48. > > No.  All flow control selections are presumed to be effective in both
  49. > > directions.
  50. > > 
  51. > > : Just
  52. > > : as an addl info, the comm protocol is set as follows in my kermit
  53. > > : program.
  54. > > : 
  55. > > : set line /dev/ttyS0
  56. > > : set flow rts/cts
  57. > > : set carrier-watch off
  58. > > : set file type binary
  59. > > : set modem type none
  60. > > : set speed 19200
  61. > > : 
  62. > > I don't see how disabling flow control in the incoming direction would
  63. > > prevent loss of incoming bytes.
  64. > > 
  65. > > - Frank
  66.